Mouse Released
public final static MouseReleased MouseReleased(Point location, Point locationOnScreen, MouseButton button, KeyModifiers keyModifiers, MouseModifiers mouseModifiers, Integer clickCount)
public final static MouseReleased MouseReleased(Point location, Point locationOnScreen, MouseButton button, KeyModifiers keyModifiers, MouseModifiers mouseModifiers, Integer clickCount)
Creates a new instance of MouseReleased with the given parameters.
Since
8.0.0
Parameters
location
The mouse position relative to the bounds of the browser instance.
location On Screen
The mouse position relative to the bounds of the screen.
button
The button that was released.
key Modifiers
The keyboard modifiers applied.
mouse Modifiers
The mouse modifiers applied.
click Count
The count of consecutive clicks that happened in a short amount of time.